CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - named pipe

搜索资源列表

  1. ConnectionPipe_demo.zip

    0下载:
  2. 不同机器之间使用命名管道(named pipe)通讯
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:463595
    • 提供者:
  1. win2k named pipe enumeration

    0下载:
  2. 列举win2k named pipe, 使用本机API,适合初学者学习系统编程-The code enumerates WIN2K NAMED PIPE which is used local API and suit to learner who is studying system programming.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1963
    • 提供者:王杰
  1. PipeSourceCode

    0下载:
  2. 此程序为WINDOWS下用VC实现的利用命名管道通信的程序-procedure for Windows using the VC using named pipe communication procedures
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:12238
    • 提供者:余庆祥
  1. jincheng_tongxin

    0下载:
  2. 基于以下四种间的通信: 剪贴板 匿名管道 命名管道 邮槽-based on the following four types of communication : the clipboard anonymous pipeline named pipe Post groove
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:237730
    • 提供者:zyg
  1. NPWsource

    0下载:
  2. Named Pipe Wrapper for Win32 Platforms
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5738
    • 提供者:日报
  1. lessonprocess

    0下载:
  2. 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。 命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。 -named pipe full advan
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:246014
    • 提供者:李思川
  1. client

    0下载:
  2. This program is a simple named pipe client that demonstrates the API calls needed to successfully develop a basic named pipe client application. When this application successfully connects to a named pipe, the message \"This is a test\" is writte
  3. 所属分类:Telnet客户端

    • 发布日期:2008-10-13
    • 文件大小:3509
    • 提供者:sean zhang
  1. the-multi-thread-named-pipe

    0下载:
  2. 这一份源码是多线程命名管道的实现。包括服务器端工程MultiThread和客户机工程client。代码里面有详细的注释,读者应该能够看懂。-This source is the implementation of the multi-threaded named pipes. The package includes the projects of MultiThread and client. There are detailed notes between the codes, and th
  3. 所属分类:Communication

    • 发布日期:2017-05-23
    • 文件大小:7309563
    • 提供者:laymu
  1. PIPE

    0下载:
  2. 命名管道,实现进程间的双向通信,经过多次调试,已经能实现收发信息-Named pipes, to achieve two-way communication between the process, after several commissioning, has been able to send and receive information
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5583539
    • 提供者:fish
  1. ConnectionPipe_demo

    0下载:
  2. 不同机器之间使用命名管道(named pipe)通讯-the demo of connection among different pc using named pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:463908
    • 提供者:站长
  1. ProcessCommunication

    0下载:
  2. Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:153605
    • 提供者:周晓宇
  1. DotNetNamedPipes

    0下载:
  2. Implementing named pipe in csharp
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:480005
    • 提供者:shailesh
  1. pipe.txt

    0下载:
  2. 管道概述及相关API应用 有名管道概述及相关API应用-Pipeline overview and related API application named pipe API overview and related applications
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:7089
    • 提供者:wohao
  1. NamedPipe

    1下载:
  2. 该例程用于演示VC中的命名管道操作方法~-This routine is used to demonstrate the VC methods of operation- named pipes
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3759721
    • 提供者:王晓军
  1. Cp23-named-pipe-client-

    1下载:
  2. c # 命名管道实现,例子很详细,内容很详细,很简单-c# named pipe implementation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:74301
    • 提供者:TN
  1. Linux-A-named-pipe-experiment

    0下载:
  2. 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:8792
    • 提供者:weiwei
  1. pipe-demo

    0下载:
  2. linux管道通信,命名管道怎么做到进程间通信的-linux pipe commnuication,how to ipc using named pipe
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4195
    • 提供者:张先发
  1. pipe

    0下载:
  2. 管道(Pipe)及有名管道(named pipe):管道可用于具有亲缘关系进程间的通信;有名管道,除具有管道所具有的功能外,它还允许无亲缘关系进程间的通信。 -named pipe
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:1599
    • 提供者:陈海金
  1. pipe

    0下载:
  2. 管道通信即发送进程以字符流形式将大量数据送入管道,接收进程可从管道接收数据,二者利用管道进行通信。程序由linux下的C实现,文件中有3个管道通信程序,第一个是无名管道通信,后两个是命名管道通信。-Pipe communication that is sent to a stream of characters to process large amounts of data into the pipeline, the receiving process can receive data t
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1348
    • 提供者:王雯
  1. named

    0下载:
  2. 不同机器之间使用命名管道(named pipe)通讯-Use a named pipe between different machines (named pipe) communications
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:376832
    • 提供者:zbdolis
« 12 3 4 5 6 »
搜珍网 www.dssz.com